var encoding/asn1.rawContentsType

4 uses

	encoding/asn1 (current package)
		asn1.go#L665: 	rawContentsType      = reflect.TypeFor[RawContent]()
		asn1.go#L927: 			structType.Field(0).Type == rawContentsType {
		asn1.go#L935: 			if i == 0 && field.Type == rawContentsType {
		marshal.go#L502: 		if t.Field(0).Type == rawContentsType {